home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2001 / Max Calendar 2001.iso / pc / Data / Cal.dxr / 00196_BOTTONE APRI I TESTI PER LUGLIO.ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  310 b   |  14 lines

  1. global gNome
  2.  
  3. on mouseUp
  4.   sprite(10).visible = 0
  5.   updateStage()
  6.   gNome = "Lug" & the clickOn - 19 & "Txt"
  7.   lNumero = member("VoidNote").castLibNum
  8.   set the castLibNum of sprite 10 to lNumero
  9.   set the member of sprite 10 to gNome
  10.   member(gNome).scrollTop = 0
  11.   sprite(10).visible = 1
  12.   updateStage()
  13. end
  14.